FileStatCache

Undocumented in source.

Members

Functions

drop
void drop(AbsolutePath p)
Undocumented in source. Be warned that the author may not have intended to support it.
get
TrackFile get(AbsolutePath p)
Undocumented in source. Be warned that the author may not have intended to support it.
getChecksum
Checksum64 getChecksum(AbsolutePath p)
Undocumented in source. Be warned that the author may not have intended to support it.
getTimeStamp
SysTime getTimeStamp(AbsolutePath p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache_
TrackFile[AbsolutePath] cache_;
Undocumented in source.
checkSum_
Checksum64[AbsolutePath] checkSum_;
Undocumented in source.
timeStamp_
SysTime[AbsolutePath] timeStamp_;
Undocumented in source.

Meta